.border
			{

			border:1px solid red !important;
			}
			.form-control:focus {
			border-color: #7d7d7d;
			outline: 0px none;
			-webkit-box-shadow: none !important;
			box-shadow: none !important
			}
			.form-control {

			border-radius: 0px !important; 
			-webkit-box-shadow:none !important;
			box-shadow:none !important;
			-webkit-transition: none !important;
			transition: none !important;
			outline: none !important
			}
			.well {

			border: 1px solid #e8e8e8;
			border-radius: 0px !important;
			-webkit-box-shadow: none !important;
			box-shadow: none !important
			}
			.row {
			margin-right:0px !important;
			margin-left: 0px !important;
			}
		
			.heading
			{
			background-color: #f5f5f5;
			border-color: #ddd;
			padding: 10px;

			}
